RemoveMany Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodRemoveMany(IEnumerable<(Of <TKey>)>)
Remove all of the keys (and any associated values) in a collection of keys. If a key is not present in the dictionary, nothing happens.
Public methodRemoveMany(TKey, IEnumerable<(Of <TValue>)>)
Removes a collection of values from the values associated with a key. If the last value is removed from a key, the key is removed also.

See Also